|
EPD Extension Kit for MSP430 LaunchPad
|
The functions of EPD GPIO. More...
#include "EPD_hardware_gpio.h"Functions | |
| void | EPD_cs_high (void) |
| Set EPD_CS pin to high. | |
| void | EPD_cs_low (void) |
| Set EPD_CS pin to low. | |
| void | EPD_flash_cs_high (void) |
| Set Flash_CS pin to high. | |
| void | EPD_flash_cs_low (void) |
| Set Flash_CS pin to low. | |
| void | EPD_rst_high (void) |
| Set /RESET pin to high. | |
| void | EPD_rst_low (void) |
| Set /RESET pin to low. | |
| void | EPD_discharge_high (void) |
| Set DISCHARGE pin to high. | |
| void | EPD_discharge_low (void) |
| Set DISCHARGE pin to low. | |
| void | EPD_Vcc_turn_on (void) |
| Set Vcc (PANEL_ON) to high. | |
| void | EPD_Vcc_turn_off (void) |
| Set Vcc (PANEL_ON) to low. | |
| void | EPD_border_high (void) |
| Set BORDER_CONTROL pin to high. | |
| void | EPD_border_low (void) |
| Set BORDER_CONTROL pin to low. | |
| void | EPD_pwm_high (void) |
| Set PWM pin to high. | |
| void | EPD_pwm_low (void) |
| Set PWM pin to low. | |
| void | SPIMISO_low (void) |
| Set MISO pin of SPI to low. | |
| void | SPIMOSI_low (void) |
| Set MOSI pin of SPI to low. | |
| void | SPICLK_low (void) |
| Set Clock of SPI to low. | |
| bool | EPD_IsBusy (void) |
| Get BUSY pin status. | |
| void | EPD_initialize_gpio (void) |
| Configure GPIO. | |
The functions of EPD GPIO.
Copyright (c) 2012-2013 Pervasive Displays Inc. All rights reserved.
Authors: Pervasive Displays Inc.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.8.3.1